home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / portray / material.lib < prev    next >
Text File  |  1993-12-30  |  6KB  |  212 lines

  1. define
  2.    material
  3.       named blue-marble
  4.       shader turb3d
  5.          material
  6.             spec-colour (0.8 0.8 0.8)
  7.             specular-reflection 0.7
  8.             diffuse-reflection 0.8
  9.             reflection 0.0
  10.             shader fades
  11.                axis (1 1 1)
  12.                colours 2  (0.7 0.7 0.7)
  13.                        .5 (0.0 0.0 0.5)
  14.                        0  (0.7 0.7 0.7)
  15.             ;
  16.          ;
  17.       ;
  18.    ;
  19.    material
  20.       named RustySteel
  21.       shader turb3d
  22.          material
  23.             shader fades
  24.                axis (0 1 0)
  25.                materials 0.8 spec-colour (0.7 0.7 0.7)
  26.                              diff-colour (0.4 0.4 0.4)
  27.                              specular-power 200
  28.                              specular-reflection 0.6
  29.                              diffuse-reflection 0.3
  30.                              reflection 0.6
  31.                          ;
  32.                          0.1 spec-colour (0.7 0.7 0.7)
  33.                              diff-colour (0.4 0.4 0.4)
  34.                              specular-power 200
  35.                              specular-reflection 0.6
  36.                              diffuse-reflection 0.3
  37.                              reflection 0.6
  38.                          ;
  39.  
  40.  
  41.                          3.0 colour (0.6 0.2 0.2)
  42.                          ;
  43.                          0.1 colour (0.6 0.2 0.2)
  44.                          ;
  45.                          0.0 spec-colour (0.7 0.7 0.7)
  46.                              diff-colour (0.4 0.4 0.4)
  47.                              specular-power 200
  48.                              specular-reflection 0.6
  49.                              diffuse-reflection 0.3
  50.                              reflection 0.6
  51.                          ;
  52.  
  53.  
  54.             ;
  55.          ;
  56.       ;
  57.    ;
  58.    material
  59.       named Clouds
  60.       shader turb3d
  61.          size 0.003
  62.          material
  63.             shader fades
  64.                axis (0 1 0)
  65.                materials 0.3
  66.                             diff-colour (1.0 1.0 1.0)
  67.                             diffuse-reflection 0.7
  68.                             transparancy 0.3
  69.                          ;
  70.                          4.0
  71.                             diffuse-reflection 0.0
  72.                             specular-reflection 0.0
  73.                             transparancy 1.0
  74.                          ;
  75.                          0.0
  76.                             diff-colour (1.0 1.0 1.0)
  77.                             diffuse-reflection 0.7
  78.                             transparancy 0.3
  79.                          ;
  80.                         
  81.             ;
  82.          ;
  83.       ;
  84.    ;
  85.    material
  86.       named Fog
  87.       shader turb3d
  88.          size 0.2
  89.          material
  90.             shader fades
  91.                axis (0 1 0)
  92.                materials 0.3
  93.                             diff-colour (1.0 1.0 1.0)
  94.                             diffuse-reflection 0.7
  95.                             transparancy 0.6
  96.                          ;
  97.                          4.0
  98.                             diffuse-reflection 0.0
  99.                             specular-reflection 0.0
  100.                             transparancy 1.0
  101.                          ;
  102.                          0.0
  103.                             diff-colour (1.0 1.0 1.0)
  104.                             diffuse-reflection 0.7
  105.                             transparancy 0.6
  106.                          ;
  107.                         
  108.             ;
  109.          ;
  110.       ;
  111.    ;
  112.    material
  113.       named rosewood
  114.       shader turb3d
  115.          depth 1.5
  116.          terms 2
  117.          size 2.0
  118.          material
  119.             spec-colour (1 1 1)
  120.             specular-reflection 0.3
  121.             reflection 0.0
  122.             diffuse-reflection 0.8
  123.             shader fades
  124.                axis (0 -1 0)
  125.                colours 2  (0.6 0.1 0.1)
  126.                        .5 (0.0 0.0 0.0)
  127.                        0  (0.6 0.1 0.1)
  128.             ;
  129.          ;
  130.       ;
  131.    ;
  132.    material
  133.       named pinewood
  134.       shader turb3d
  135.          depth 5.0
  136.          terms 4
  137.          size 0.07
  138.          material
  139.             spec-colour (1 1 1)
  140.             specular-reflection 0.3
  141.             reflection 0.0
  142.             diffuse-reflection 0.8
  143.             shader fades
  144.                axis (1 -1 0)
  145.                colours 2  (0.75 0.75 0.1)
  146.                        .5 (0.8  0.8  0.4)
  147.                        0  (0.75 0.75 0.1)
  148.             ;
  149.          ;
  150.       ;
  151.    ;
  152.    material
  153.       named lead
  154.       colour (0.4 0.4 0.4)
  155.       diffuse-reflection 0.6
  156.       specular-reflection 0.5
  157.       reflection 0.1
  158.    ;
  159.  
  160.    material
  161.       named blue-glass
  162.       colour (.2 .2 1)
  163.       spec-colour (1 1 1)
  164.       transparancy 0.6
  165.       diffuse-reflection 0.2
  166.       specular-reflection 0.6
  167.       specular-power 200
  168.       reflection 0.2
  169.       refractive-index 1.1
  170.    ;
  171.    material
  172.       named red-glass
  173.       colour (1 .2 .2)
  174.       spec-colour (1 1 1)
  175.       transparancy 0.8
  176.       diffuse-reflection 0.2
  177.       specular-reflection 0.6
  178.       specular-power 200
  179.       reflection 0.2
  180.       refractive-index 1.2
  181.    ;
  182.    material
  183.       named green-glass
  184.       colour (.2 1 .2)
  185.       spec-colour (1 1 1)
  186.       transparancy 0.8
  187.       diffuse-reflection 0.2
  188.       specular-reflection 0.6
  189.       specular-power 200
  190.       reflection 0.2
  191.       refractive-index 1.2
  192.    ;
  193.    material
  194.       named glass
  195.       colour (1 1 1)
  196.       transparancy 0.8
  197.       diffuse-reflection 0.2
  198.       specular-reflection 0.6
  199.       specular-power 200
  200.       reflection 0.2
  201.       refractive-index 1.2
  202.    ;
  203.    material
  204.       named brass
  205.       specular-reflection 0.7
  206.       diffuse-reflection 0.3
  207.       colour (1 1 0)
  208.       reflection 0.4
  209.       specular-power 100
  210.    ;
  211. ;
  212.